projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14f4194
)
Add string-or-null-p.
author
Reiner Steib
<Reiner.Steib@gmx.de>
Fri, 7 Apr 2006 18:52:30 +0000
(18:52 +0000)
committer
Reiner Steib
<Reiner.Steib@gmx.de>
Fri, 7 Apr 2006 18:52:30 +0000
(18:52 +0000)
etc/ChangeLog
patch
|
blob
|
history
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/ChangeLog
b/etc/ChangeLog
index f38688a3a7c7f63af82c0697f1615032fe86b65a..95b24e50e2d821a855fcfa995a3ca00a887a5ffd 100644
(file)
--- a/
etc/ChangeLog
+++ b/
etc/ChangeLog
@@
-1,3
+1,7
@@
+2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
+
+ * NEWS: Add string-or-null-p.
+
2006-03-28 Bill Wohler <wohler@newt.com>
* images/README: Update with following information.
diff --git
a/etc/NEWS
b/etc/NEWS
index 527721290f0baaaccf94f56669b158d0e8019627..2d4158a2597ab63c7c14491469f2faf5bd1ae16d 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-3624,6
+3624,12
@@
This is useful in packages that can be preloaded.
If it is non-nil, the function lists only faces matching this regexp.
++++
+*** New function `string-or-null-p'.
+
+Return t if OBJECT is a string or nil. Otherwise, return nil.
+
+
** Lisp code indentation features:
+++